diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-24 00:23:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-24 00:23:50 +0900 |
| commit | 90e6b78fb35ffa564f4951d2a926f0d635913ab1 (patch) | |
| tree | 9e8f059d56371f2cd29b9dffa5f2b59e6031e734 /config/waybar/style/[Retro] Simple Style.css | |
| parent | d6e40c3b67400d4f07532a396e5996f3e1055022 (diff) | |
| parent | eea408c67548d9ee0a0c2742da3e9012a406581e (diff) | |
Merge pull request #100 from JaKooLit/Development
Development
Diffstat (limited to 'config/waybar/style/[Retro] Simple Style.css')
| -rw-r--r-- | config/waybar/style/[Retro] Simple Style.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index 0d6a36fe..da5c5a22 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -24,17 +24,19 @@ window#waybar { transition-duration: 0.5s; } +#taskbar button, #workspaces button { - padding: 0 10px; color: @foreground; } +#taskbar button.active, #workspaces button.active { border-bottom: 1px solid @green; } +#taskbar button.urgent, #workspaces button.urgent { - border-bottom: 2px solid @yellow; + border-bottom: 2px solid @red; } #submap { @@ -87,10 +89,7 @@ window#waybar { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding-top: 3px; - padding-bottom: 3px; - padding-right: 6px; - padding-left: 6px; + padding: 5px 8px 5px 8px; } #battery.warning, |
